object frmDlgText: TfrmDlgText Left = 115 Top = 117 BorderStyle = bsDialog ClientHeight = 405 ClientWidth = 618 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 11 Top = 8 Width = 21 Height = 13 Caption = 'Text' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 11 Top = 135 Width = 21 Height = 13 Caption = 'Font' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 63 Top = 375 Width = 167 Height = 13 Caption = 'Background color (for preview only)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnOK: TBitBtn Left = 437 Top = 367 Width = 84 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 5 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 521 Top = 367 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 6 NumGlyphs = 4 end object memoText: TMemo Left = 11 Top = 24 Width = 410 Height = 102 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 OnChange = memoTextChange end object boxTextSet: TGroupBox Left = 436 Top = 8 Width = 170 Height = 163 Caption = 'Text settings' TabOrder = 3 object Label7: TLabel Left = 16 Top = 24 Width = 46 Height = 13 Caption = 'X position' end object Label9: TLabel Left = 84 Top = 24 Width = 46 Height = 13 Caption = 'Y position' end object Label5: TLabel Left = 68 Top = 128 Width = 24 Height = 13 Caption = 'Color' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 16 Top = 68 Width = 99 Height = 13 Caption = 'Font height (in pixels)' end object edTextX: TEdit Left = 16 Top = 40 Width = 45 Height = 21 TabOrder = 0 end object edTextY: TEdit Left = 84 Top = 40 Width = 45 Height = 21 TabOrder = 1 end object panTextColor: TPanel Left = 16 Top = 122 Width = 45 Height = 25 BevelOuter = bvNone BorderWidth = 2 BorderStyle = bsSingle Color = clGray TabOrder = 3 OnClick = panTextColorClick end object edFontHeight: TEdit Left = 16 Top = 84 Width = 45 Height = 21 TabOrder = 2 OnChange = edFontHeightChange end end object edFont: TEdit Left = 11 Top = 151 Width = 330 Height = 21 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 1 Text = 'edFont' end object btnChangeFont: TButton Left = 346 Top = 149 Width = 75 Height = 25 Caption = 'Choose...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = btnChangeFontClick end object boxShadow: TGroupBox Left = 436 Top = 178 Width = 170 Height = 178 Caption = 'Shadow settings' TabOrder = 4 object labShadowColor: TLabel Left = 68 Top = 143 Width = 24 Height = 13 Caption = 'Color' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object labShadowX: TLabel Left = 16 Top = 86 Width = 7 Height = 13 Caption = 'X' end object labShadowY: TLabel Left = 84 Top = 86 Width = 7 Height = 13 Caption = 'Y' end object radShadow: TRadioButton Left = 16 Top = 43 Width = 70 Height = 17 Caption = 'Shadow' TabOrder = 1 OnClick = radNoShadowClick end object radBorder: TRadioButton Left = 16 Top = 62 Width = 60 Height = 17 Caption = 'Border' TabOrder = 2 OnClick = radNoShadowClick end object radNoShadow: TRadioButton Left = 16 Top = 24 Width = 120 Height = 17 Caption = 'No shadow / border' TabOrder = 0 OnClick = radNoShadowClick end object panShadowColor: TPanel Left = 16 Top = 137 Width = 45 Height = 25 BevelOuter = bvNone BorderWidth = 2 BorderStyle = bsSingle Color = clGray TabOrder = 5 OnClick = panShadowColorClick end object edShadowX: TEdit Left = 16 Top = 102 Width = 45 Height = 21 TabOrder = 3 OnChange = edShadowXChange end object edShadowY: TEdit Left = 84 Top = 102 Width = 45 Height = 21 TabOrder = 4 OnChange = edShadowYChange end end object panPreview: TPanel Left = 11 Top = 180 Width = 410 Height = 176 BevelOuter = bvLowered BevelWidth = 2 TabOrder = 7 end object panBackColor: TPanel Left = 11 Top = 369 Width = 45 Height = 25 BevelOuter = bvNone BorderWidth = 2 BorderStyle = bsSingle Color = clGray TabOrder = 8 OnClick = panBackColorClick end end